Instance Property インスタンスプロパティ

valid

A Boolean value that indicates whether the receiver is valid. レシーバが有効であるかどうかを指し示すブール値。

Declaration 宣言

@property(readonly, getter=isValid) BOOL valid;

Discussion 議論

NO if the receiver is known to be invalid, otherwise YES. NO、もしレシーバが無効であることを知られるならば、そうでなければYES

An NSPort object becomes invalid when its underlying communication resource, which is operating system dependent, is closed or damaged. NSPortオブジェクトは、それの基礎をなす通信リソースが、それはオペレーティングシステムに依存します、閉じられるか損傷を受ける場合に無効になります。

See Also 参照

Validation 検証