Carbon


stroptions

Header: OpenTransportProtocol.h

struct stroptions {
    UInt32 so_flags; 
    SInt16 so_readopt; 
    UInt16 so_wroff; 
    SInt32 so_minpsz; 
    SInt32 so_maxpsz; 
    UInt32 so_hiwat; 
    UInt32 so_lowat; 
    UInt8 so_band; 
    UInt8 so_filler[3]; 
    UInt32 so_poll_set; 
    UInt32 so_poll_clr;
};

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)