Unit 'simpleipc' Package
[Overview][Resource strings][Constants][Types][Classes][Variables][Index] [#fcl]

TMsgHeader

Message header record.

Declaration

Source position: simpleipc.pp line 37

type TMsgHeader = packed record

  Version: Byte;

  

Version number.

  MsgType: TMessageType;

  

Message data type.

  MsgLen: Integer;

  

Message length.

end;

Description

TMsgHeader is used internally by the IPC client and server components to transmit data. The Version field denotes the protocol version. The MsgType field denotes the type of data (mtString for string messages), and MsgLen is the length of the message which will follow.

See also

TSimpleIPCServer

  

Simple IPC server component.

TSimpleIPCClient

  

Simple IPC client component.


Documentation generated on: Jul 24 2023