L
LeeChange
Unregistered / Unconfirmed
GUEST, unregistred user!
type
PChannelInfo = ^TChannelInfo;
TChannelInfo = record
IP: PChar;
ChannelNo: Byte;
Name: PChar
end;
function Init(Handle: THandle): Boolean;
stdcall;
external 'MatrixSDK.dll';
function DeInit: Boolean;
stdcall;
external 'MatrixSDK.dll';
function ClientStart(Handle: THandle;
IP: PChar;
ChannelNo: Byte): LongInt;
stdcall;
external 'MatrixSDK.dll';
function ClientStop(Port: LongInt): Boolean;
stdcall;
external 'MatrixSDK.dll';
function GetChannelNum(ServerIP: PChar): Integer;
stdcall;
external 'MatrixSDK.dll';
function GetChannelInfo(ServerIP: PChar;
Index: Integer;
ChannelInfo: PChannelInfo): Boolean;
stdcall;
external 'MatrixSDK.dll';
PChannelInfo = ^TChannelInfo;
TChannelInfo = record
IP: PChar;
ChannelNo: Byte;
Name: PChar
end;
function Init(Handle: THandle): Boolean;
stdcall;
external 'MatrixSDK.dll';
function DeInit: Boolean;
stdcall;
external 'MatrixSDK.dll';
function ClientStart(Handle: THandle;
IP: PChar;
ChannelNo: Byte): LongInt;
stdcall;
external 'MatrixSDK.dll';
function ClientStop(Port: LongInt): Boolean;
stdcall;
external 'MatrixSDK.dll';
function GetChannelNum(ServerIP: PChar): Integer;
stdcall;
external 'MatrixSDK.dll';
function GetChannelInfo(ServerIP: PChar;
Index: Integer;
ChannelInfo: PChannelInfo): Boolean;
stdcall;
external 'MatrixSDK.dll';