[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGio2' (#lcl)

TGSocketControlMessage

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazgio2.pas line 4725

type TGSocketControlMessage = object(TGObject)

  priv: PGSocketControlMessagePrivate;

  

  function deserialize();

  

  function get_level;

  

  function get_msg_type;

  

  function get_size;

  

  procedure serialize();

  

end;

Inheritance

TGSocketControlMessage

  

TGObject