Documentation

Net::SecureSocket::Write

Method in SecureSocket

bool Write(int8 x)

int8 x

Returns bool
bool Write(int16 x)

int16 x

Returns bool
bool Write(int x)

int x

Returns bool
bool Write(int64 x)

int64 x

Returns bool
bool Write(uint8 x)

uint8 x

Returns bool
bool Write(uint16 x)

uint16 x

Returns bool
bool Write(uint x)

uint x

Returns bool
bool Write(uint64 x)

uint64 x

Returns bool
bool Write(float x)

float x

Returns bool
bool Write(double x)

double x

Returns bool
bool Write(const string&in x)

string x

Returns bool
bool Write(MemoryBuffer&in b, uint64 size = 0)

MemoryBuffer b

uint64 size

Returns bool