Lines Matching refs:SbiIoSystem
829 SbiIoSystem* SbGetIoSystem() in SbGetIoSystem()
837 SbiIoSystem::SbiIoSystem() in SbiIoSystem() function in SbiIoSystem
845 SbiIoSystem::~SbiIoSystem() in ~SbiIoSystem()
850 SbError SbiIoSystem::GetError() in GetError()
856 void SbiIoSystem::Open in Open()
876 void SbiIoSystem::Close() in Close()
893 void SbiIoSystem::Shutdown() in Shutdown()
923 void SbiIoSystem::Read( ByteString& rBuf, short n ) in Read()
933 char SbiIoSystem::Read() in Read()
953 void SbiIoSystem::Write( const ByteString& rBuf, short n ) in Write()
963 short SbiIoSystem::NextChannel() in NextChannel()
976 SbiStream* SbiIoSystem::GetStream( short nChannel ) const in GetStream()
984 void SbiIoSystem::CloseAll(void) in CloseAll()
1007 void SbiIoSystem::ReadCon( ByteString& rIn ) in ReadCon()
1020 void SbiIoSystem::WriteCon( const ByteString& rText ) in WriteCon()