GXDN: Gurux Developer Network
SetEOP Method (eop, type)
NamespacesGurux.ClientGXClientSetEOP(Object, VariantType)
Sets the EOP (End of the packet), and EOP type.
Parameters
eop (Object)
EOP to use.
type (VariantType)
Type of the EOP.
Remarks
If the EOP is used, GXCom adds the EOP to the packet before the packet is sent, and when new data is received. By default the EOP type is None (GX_VT_NONE), which means that the EOP is not used.
GXCom tries to find EOP char(s) from the stream, before handling the received packet. A media must be selected, before using this method. Supported EOP types are:
  • None (GX_VT_NONE)
  • UInt8 (GX_VT_BYTE)
  • Int16 (GX_VT_INT16)
  • Int 32 (GX_VT_INT32)
See Also

Assembly: Gurux.Client (Module: Gurux.Client) Version: 5.0.0.1