예제 #1
0
unsigned long ERxIORingBufferStream::parseULong()
{
	return parseULong(NO_SKIP_CHAR); // terminate on first non-digit character (or timeout)
}
예제 #2
0
unsigned long SUIStream::parseULong()
{
	return parseULong(NO_SKIP_CHAR);
}