ZetiReader.Transceive Method

TegoOS

ZetiReaderTransceive Method

[Missing <summary> documentation for "M:Tego.Devices.Zeti.ZetiReader.Transceive(System.String,System.Boolean)"]

Namespace: Tego.Devices.Zeti
Assembly: Tego.Devices.Zeti (in Tego.Devices.Zeti.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IList<string> Transceive(
	string command,
	bool waitForResponseComplete = false
)
Public Function Transceive ( 
	command As String,
	Optional waitForResponseComplete As Boolean = false
) As IList(Of String)
public:
IList<String^>^ Transceive(
	String^ command, 
	bool waitForResponseComplete = false
)
member Transceive : 
        command : string * 
        ?waitForResponseComplete : bool 
(* Defaults:
        let _waitForResponseComplete = defaultArg waitForResponseComplete false
*)
-> IList<string> 

Parameters

command
Type: SystemString

[Missing <param name="command"/> documentation for "M:Tego.Devices.Zeti.ZetiReader.Transceive(System.String,System.Boolean)"]

waitForResponseComplete (Optional)
Type: SystemBoolean

[Missing <param name="waitForResponseComplete"/> documentation for "M:Tego.Devices.Zeti.ZetiReader.Transceive(System.String,System.Boolean)"]

Return Value

Type: IListString

[Missing <returns> documentation for "M:Tego.Devices.Zeti.ZetiReader.Transceive(System.String,System.Boolean)"]

See Also