Carbon


S_INPUT

Header: OpenTransportProtocol.h

enum {
    S_INPUT = 1,
    S_HIPRI = 2,
    S_OUTPUT = 4,
    S_MSG = 8,
    S_RDNORM = 16,
    S_RDBAND = 32,
    S_WRNORM = 64,
    S_WRBAND = 128,
    S_ERROR = 256,
    S_HANGUP = 512,
    S_BANDURG = 1024
};

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