Unit 'lber' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#ldap]

Sockbuf_IO

Declaration

Source position: lberh.inc line 186

type Sockbuf_IO = record

  sbi_setup: function(

  sbiod: PSockbuf_IO_Desc;

  arg: Pointer

):cint;

  sbi_remove: function(

  sbiod: PSockbuf_IO_Desc

):cint;

  sbi_ctrl: function(

  sbiod: PSockbuf_IO_Desc;

  opt: cint;

  arg: Pointer

):cint;

  sbi_read: function(

  sbiod: PSockbuf_IO_Desc;

  buf: Pointer;

  len: ber_len_t

):ber_slen_t;

  sbi_write: function(

  sbiod: PSockbuf_IO_Desc;

  buf: Pointer;

  len: ber_len_t

):ber_slen_t;

  sbi_close: function(

  sbiod: PSockbuf_IO_Desc

):cint;

end;


Documentation generated on: 2023-03-18