Lines Matching refs:SbiIoSystem
828 SbiIoSystem* SbGetIoSystem() in SbGetIoSystem()
836 SbiIoSystem::SbiIoSystem() in SbiIoSystem() function in SbiIoSystem
844 SbiIoSystem::~SbiIoSystem() in ~SbiIoSystem()
849 SbError SbiIoSystem::GetError() in GetError()
855 void SbiIoSystem::Open in Open()
875 void SbiIoSystem::Close() in Close()
892 void SbiIoSystem::Shutdown() in Shutdown()
922 void SbiIoSystem::Read( ByteString& rBuf, short n ) in Read()
932 char SbiIoSystem::Read() in Read()
952 void SbiIoSystem::Write( const ByteString& rBuf, short n ) in Write()
962 short SbiIoSystem::NextChannel() in NextChannel()
975 SbiStream* SbiIoSystem::GetStream( short nChannel ) const in GetStream()
983 void SbiIoSystem::CloseAll(void) in CloseAll()
1006 void SbiIoSystem::ReadCon( ByteString& rIn ) in ReadCon()
1019 void SbiIoSystem::WriteCon( const ByteString& rText ) in WriteCon()