BetaReadonly BetaacceptsDoes this object accept any type or category?
Readonly BetaonlyDoes this object only accept connections from conduits?
BetaThe accepted category IDs. This is an empty array if IoCapabilities.acceptsAny is true.
BetaThe accepted type IDs. This is an empty array if IoCapabilities.acceptsAny is true.
BetaCheck if this object accepts any storage type of the given category.
The category to check.
Whether this object accepts any storage type of the given category.
BetaCheck if this object accepts the given category.
The category to check.
Is the source a conduit?
Whether this object accepts the given category.
BetaCheck if this object accepts the given storage type. Use IoCapabilities.acceptsTypeWithId to check by ID.
The storage type data to check.
Is the source a conduit?
Whether this object accepts the given storage type.
BetaGet a storage type by it's ID and check if this object accepts it.
The ID of the storage type.
Is the source a conduit?
Whether this object accepts the storage type with the given ID.
StaticacceptingBetaCreate a new IoCapabilities object that accepts the given types and categories.
Accepted type IDs.
Accepted categories.
Only accept conduit connections?
Returns a new IoCapabilities object.
StaticacceptingBetaCreate a new IoCapabilities object that accepts any type or category.
Only accept conduit connections?
Returns a new IoCapabilities object.
StaticfromBetaGet the input/output capabilities of a machine.
The machine.
The side of the machine to check or "network_link" for linked connections.
A new IoCapabilities object.
Represents the input/output capabilities of a machine side or item machine.