MT5APILoadServersDat(Byte) Method
|
Read server.dat
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public static Server[] LoadServersDat(
byte[] bytes
)
Public Shared Function LoadServersDat (
bytes As Byte()
) As Server()
public:
static array<Server^>^ LoadServersDat(
array<unsigned char>^ bytes
)
static member LoadServersDat :
bytes : byte[] -> Server[]
Parameters
- bytes Byte
- servers.dat as byte array
Return Value
ServerSee Also