%Library.IJCDevice
Class %Library.IJCDevice [ Abstract, System = 4 ]
For internal use only
Methods
iopen
ClassMethod iopen(type As %String = "Server", drain As %Boolean = 0) As %Status [ Internal, Private ]
iclose
ClassMethod iclose(type As %String, done As %Boolean = 0) As %Status [ Internal, Private ]
Init
ClassMethod Init(type As %String = "Server") As %Status
Close
ClassMethod Close(type As %String = "Server") As %Status
Read
ClassMethod Read(type As %String = "Server", ByRef code As %String, ByRef msg As %String) As %Status
WriteMBResponse
ClassMethod WriteMBResponse(type As %String = "Server", msg As %String) As %Status
WriteIBResponse
ClassMethod WriteIBResponse(type As %String = "Server", msg As %String) As %Status
CancelJob
ClassMethod CancelJob(type As %String = "Server") As %Status