Click or drag to resize

SGD Methods

The SGD type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDO(String, String, Connection)
Constructs an SGD DO command and sends it to the printer.
Public methodStatic memberDO(Stream, String, String, Connection)
Constructs an SGD DO command and sends it to the printer.
Public methodStatic memberDO(String, String, Connection, Int32, Int32)
Constructs an SGD DO command and sends it to the printer.
Public methodStatic memberDO(Stream, String, String, Connection, Int32, Int32)
Constructs an SGD DO command and sends it to the printer.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberGET(String, Connection)
Constructs an SGD GET command and sends it to the printer.
Public methodStatic memberGET(String, Connection, Int32, Int32)
Constructs an SGD GET command and sends it to the printer.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberSET(String, Int32, Connection)
Constructs an SGD SET command and sends it to the printer.
Public methodStatic memberSET(String, String, Connection)
Constructs an SGD SET command and sends it to the printer.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also