Overload List

  NameDescription
GET(String, ZebraPrinterConnection)
Constructs an SGD GET command and sends it to the printer. This method waits for a maximum of GetMaxTimeoutForRead() milliseconds for any data to be received. Once some data has been received it waits until no more data is available within GetTimeToWaitForMoreData() milliseconds. This method returns the SGD value associated with setting without the surrounding quotes.
GET(String, ZebraPrinterConnection, Int32, Int32)
Constructs an SGD GET command and sends it to the printer. This method waits for a maximum of maxTimeoutForRead milliseconds for any data to be received. Once some data has been received it waits until no more data is available within timeToWaitForMoreData milliseconds. This method returns the SGD value associated with setting without the surrounding quotes.

See Also