| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | """Suite Macintosh Connectivity Classes: Classes relating to Apple Macintosh personal computer connectivity
 | 
					
						
							|  |  |  | Level 1, version 1 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-23 22:07:28 +00:00
										 |  |  | Generated from /Volumes/Moes/Systeemmap/Extensies/AppleScript | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | AETE/AEUT resource version 1/0, language 0, script 0 | 
					
						
							|  |  |  | """
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | import aetools | 
					
						
							|  |  |  | import MacOS | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | _code = 'macc' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class Macintosh_Connectivity_Clas_Events: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	pass | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class ADB_address(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""ADB address - Addresses a device connected via Apple Desktop Bus """ | 
					
						
							|  |  |  | 	want = 'cadb' | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | class _Prop__3c_inheritance_3e_(aetools.NProperty): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 	"""<inheritance> - inherits some of its properties from this class """ | 
					
						
							|  |  |  | 	which = 'c@#^' | 
					
						
							|  |  |  | 	want = 'cadr' | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | class _Prop_ID(aetools.NProperty): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 	"""ID - the Apple Desktop Bus device ID """ | 
					
						
							|  |  |  | 	which = 'ID  ' | 
					
						
							|  |  |  | 	want = 'shor' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ADB_addresses = ADB_address | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class address_specification(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""address specification - Unique designation of a device or service connected to this computer """ | 
					
						
							|  |  |  | 	want = 'cadr' | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | class _Prop_conduit(aetools.NProperty): | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	"""conduit - How the addressee is physically connected """ | 
					
						
							|  |  |  | 	which = 'pcon' | 
					
						
							|  |  |  | 	want = 'econ' | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | class _Prop_properties(aetools.NProperty): | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	"""properties - property that allows getting and setting of multiple properties """ | 
					
						
							|  |  |  | 	which = 'pALL' | 
					
						
							|  |  |  | 	want = 'reco' | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | class _Prop_protocol(aetools.NProperty): | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	"""protocol - How to talk to this addressee """ | 
					
						
							|  |  |  | 	which = 'pprt' | 
					
						
							|  |  |  | 	want = 'epro' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | address_specifications = address_specification | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | class AppleTalk_address(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""AppleTalk address - Addresses a device or service connected via the AppleTalk protocol """ | 
					
						
							|  |  |  | 	want = 'cat ' | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | class _Prop_AppleTalk_machine(aetools.NProperty): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 	"""AppleTalk machine - the machine name part of the address """ | 
					
						
							|  |  |  | 	which = 'patm' | 
					
						
							|  |  |  | 	want = 'TEXT' | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | class _Prop_AppleTalk_type(aetools.NProperty): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 	"""AppleTalk type - the type part of the AppleTalk address """ | 
					
						
							|  |  |  | 	which = 'patt' | 
					
						
							|  |  |  | 	want = 'TEXT' | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | class _Prop_AppleTalk_zone(aetools.NProperty): | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	"""AppleTalk zone - the zone part of the address """ | 
					
						
							|  |  |  | 	which = 'patz' | 
					
						
							|  |  |  | 	want = 'TEXT' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | AppleTalk_addresses = AppleTalk_address | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class bus_slot(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""bus slot - Addresses a PC, PCI, or NuBus card """ | 
					
						
							|  |  |  | 	want = 'cbus' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | bus_slots = bus_slot | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class device_specification(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""device specification - A device connected to a computer """ | 
					
						
							|  |  |  | 	want = 'cdev' | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | class _Prop_device_address(aetools.NProperty): | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	"""device address - the address of the device """ | 
					
						
							|  |  |  | 	which = 'pdva' | 
					
						
							|  |  |  | 	want = 'cadr' | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | class _Prop_device_type(aetools.NProperty): | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	"""device type - the kind of device """ | 
					
						
							|  |  |  | 	which = 'pdvt' | 
					
						
							|  |  |  | 	want = 'edvt' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | device_specifications = device_specification | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | class Ethernet_address(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""Ethernet address - Addresses a device by its Ethernet address """ | 
					
						
							|  |  |  | 	want = 'cen ' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Ethernet_addresses = Ethernet_address | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class FireWire_address(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""FireWire address - Addresses a device on the FireWire bus """ | 
					
						
							|  |  |  | 	want = 'cfw ' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | FireWire_addresses = FireWire_address | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class IP_address(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""IP address - Addresses a device or service via the Internet Protocol (IP) """ | 
					
						
							|  |  |  | 	want = 'cip ' | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | class _Prop_DNS_form(aetools.NProperty): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 	"""DNS form - the address in the form "apple.com" """ | 
					
						
							|  |  |  | 	which = 'pdns' | 
					
						
							|  |  |  | 	want = 'TEXT' | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | class _Prop_port(aetools.NProperty): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 	"""port - the port number of the service or client being addressed """ | 
					
						
							|  |  |  | 	which = 'ppor' | 
					
						
							|  |  |  | 	want = 'TEXT' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | IP_addresses = IP_address | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class LocalTalk_address(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""LocalTalk address - Addresses a device by its LocalTalk address """ | 
					
						
							|  |  |  | 	want = 'clt ' | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | class _Prop_network(aetools.NProperty): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 	"""network - the LocalTalk network number """ | 
					
						
							|  |  |  | 	which = 'pnet' | 
					
						
							|  |  |  | 	want = 'shor' | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | class _Prop_node(aetools.NProperty): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 	"""node - the LocalTalk node number """ | 
					
						
							|  |  |  | 	which = 'pnod' | 
					
						
							|  |  |  | 	want = 'shor' | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | class _Prop_socket(aetools.NProperty): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 	"""socket - the LocalTalk socket number """ | 
					
						
							|  |  |  | 	which = 'psoc' | 
					
						
							|  |  |  | 	want = 'shor' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | LocalTalk_addresses = LocalTalk_address | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class SCSI_address(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""SCSI address - Addresses a SCSI device """ | 
					
						
							|  |  |  | 	want = 'cscs' | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | class _Prop_LUN(aetools.NProperty): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 	"""LUN - the SCSI logical unit number """ | 
					
						
							|  |  |  | 	which = 'pslu' | 
					
						
							|  |  |  | 	want = 'shor' | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | class _Prop_SCSI_bus(aetools.NProperty): | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	"""SCSI bus - the SCSI bus number """ | 
					
						
							|  |  |  | 	which = 'pscb' | 
					
						
							|  |  |  | 	want = 'shor' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | SCSI_addresses = SCSI_address | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class Token_Ring_address(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""Token Ring address - Addresses a device or service via the Token Ring protocol """ | 
					
						
							|  |  |  | 	want = 'ctok' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Token_Ring_addresses = Token_Ring_address | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class USB_address(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""USB address - Addresses a device on the Universal Serial Bus """ | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 	want = 'cusb' | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | class _Prop_name(aetools.NProperty): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 	"""name - the USB device name """ | 
					
						
							|  |  |  | 	which = 'pnam' | 
					
						
							|  |  |  | 	want = 'TEXT' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | USB_Addresses = USB_address | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | ADB_address._superclassnames = ['address_specification'] | 
					
						
							|  |  |  | ADB_address._privpropdict = { | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | 	'ID' : _Prop_ID, | 
					
						
							|  |  |  | 	'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_, | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | ADB_address._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | address_specification._superclassnames = [] | 
					
						
							|  |  |  | address_specification._privpropdict = { | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | 	'conduit' : _Prop_conduit, | 
					
						
							|  |  |  | 	'properties' : _Prop_properties, | 
					
						
							|  |  |  | 	'protocol' : _Prop_protocol, | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | } | 
					
						
							|  |  |  | address_specification._privelemdict = { | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | AppleTalk_address._superclassnames = ['address_specification'] | 
					
						
							|  |  |  | AppleTalk_address._privpropdict = { | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | 	'AppleTalk_machine' : _Prop_AppleTalk_machine, | 
					
						
							|  |  |  | 	'AppleTalk_type' : _Prop_AppleTalk_type, | 
					
						
							|  |  |  | 	'AppleTalk_zone' : _Prop_AppleTalk_zone, | 
					
						
							|  |  |  | 	'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_, | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | AppleTalk_address._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | bus_slot._superclassnames = ['address_specification'] | 
					
						
							|  |  |  | bus_slot._privpropdict = { | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | 	'ID' : _Prop_ID, | 
					
						
							|  |  |  | 	'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_, | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | } | 
					
						
							|  |  |  | bus_slot._privelemdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | device_specification._superclassnames = [] | 
					
						
							|  |  |  | device_specification._privpropdict = { | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | 	'device_address' : _Prop_device_address, | 
					
						
							|  |  |  | 	'device_type' : _Prop_device_type, | 
					
						
							|  |  |  | 	'properties' : _Prop_properties, | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | } | 
					
						
							|  |  |  | device_specification._privelemdict = { | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | Ethernet_address._superclassnames = ['address_specification'] | 
					
						
							|  |  |  | Ethernet_address._privpropdict = { | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | 	'ID' : _Prop_ID, | 
					
						
							|  |  |  | 	'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_, | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | Ethernet_address._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | FireWire_address._superclassnames = ['address_specification'] | 
					
						
							|  |  |  | FireWire_address._privpropdict = { | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | 	'ID' : _Prop_ID, | 
					
						
							|  |  |  | 	'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_, | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | FireWire_address._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | IP_address._superclassnames = ['address_specification'] | 
					
						
							|  |  |  | IP_address._privpropdict = { | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | 	'DNS_form' : _Prop_DNS_form, | 
					
						
							|  |  |  | 	'ID' : _Prop_ID, | 
					
						
							|  |  |  | 	'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_, | 
					
						
							|  |  |  | 	'port' : _Prop_port, | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | IP_address._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | LocalTalk_address._superclassnames = ['address_specification'] | 
					
						
							|  |  |  | LocalTalk_address._privpropdict = { | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | 	'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_, | 
					
						
							|  |  |  | 	'network' : _Prop_network, | 
					
						
							|  |  |  | 	'node' : _Prop_node, | 
					
						
							|  |  |  | 	'socket' : _Prop_socket, | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | LocalTalk_address._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | SCSI_address._superclassnames = ['address_specification'] | 
					
						
							|  |  |  | SCSI_address._privpropdict = { | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | 	'ID' : _Prop_ID, | 
					
						
							|  |  |  | 	'LUN' : _Prop_LUN, | 
					
						
							|  |  |  | 	'SCSI_bus' : _Prop_SCSI_bus, | 
					
						
							|  |  |  | 	'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_, | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | SCSI_address._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | Token_Ring_address._superclassnames = ['address_specification'] | 
					
						
							|  |  |  | Token_Ring_address._privpropdict = { | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | 	'ID' : _Prop_ID, | 
					
						
							|  |  |  | 	'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_, | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | Token_Ring_address._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | USB_address._superclassnames = ['address_specification'] | 
					
						
							|  |  |  | USB_address._privpropdict = { | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | 	'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_, | 
					
						
							|  |  |  | 	'name' : _Prop_name, | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | USB_address._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							|  |  |  | _Enum_econ = { | 
					
						
							|  |  |  | 	'ADB' : 'eadb',	#  | 
					
						
							|  |  |  | 	'printer_port' : 'ecpp',	#  | 
					
						
							|  |  |  | 	'modem_port' : 'ecmp',	#  | 
					
						
							|  |  |  | 	'modem_printer_port' : 'empp',	#  | 
					
						
							|  |  |  | 	'LocalTalk' : 'eclt',	#  | 
					
						
							|  |  |  | 	'Ethernet' : 'ecen',	#  | 
					
						
							|  |  |  | 	'Token_Ring' : 'etok',	#  | 
					
						
							|  |  |  | 	'SCSI' : 'ecsc',	#  | 
					
						
							|  |  |  | 	'USB' : 'ecus',	#  | 
					
						
							|  |  |  | 	'FireWire' : 'ecfw',	#  | 
					
						
							|  |  |  | 	'infrared' : 'ecir',	#  | 
					
						
							|  |  |  | 	'PC_card' : 'ecpc',	#  | 
					
						
							|  |  |  | 	'PCI_bus' : 'ecpi',	#  | 
					
						
							|  |  |  | 	'NuBus' : 'enub',	#  | 
					
						
							|  |  |  | 	'PDS_slot' : 'ecpd',	#  | 
					
						
							|  |  |  | 	'Comm_slot' : 'eccm',	#  | 
					
						
							|  |  |  | 	'monitor_out' : 'ecmn',	#  | 
					
						
							|  |  |  | 	'video_out' : 'ecvo',	#  | 
					
						
							|  |  |  | 	'video_in' : 'ecvi',	#  | 
					
						
							|  |  |  | 	'audio_out' : 'ecao',	#  | 
					
						
							|  |  |  | 	'audio_line_in' : 'ecai',	#  | 
					
						
							|  |  |  | 	'audio_line_out' : 'ecal',	#  | 
					
						
							|  |  |  | 	'microphone' : 'ecmi',	#  | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | _Enum_edvt = { | 
					
						
							|  |  |  | 	'hard_disk_drive' : 'ehd ',	#  | 
					
						
							|  |  |  | 	'floppy_disk_drive' : 'efd ',	#  | 
					
						
							|  |  |  | 	'CD_ROM_drive' : 'ecd ',	#  | 
					
						
							|  |  |  | 	'DVD_drive' : 'edvd',	#  | 
					
						
							|  |  |  | 	'storage_device' : 'edst',	#  | 
					
						
							|  |  |  | 	'keyboard' : 'ekbd',	#  | 
					
						
							|  |  |  | 	'mouse' : 'emou',	#  | 
					
						
							|  |  |  | 	'trackball' : 'etrk',	#  | 
					
						
							|  |  |  | 	'trackpad' : 'edtp',	#  | 
					
						
							|  |  |  | 	'pointing_device' : 'edpd',	#  | 
					
						
							|  |  |  | 	'video_monitor' : 'edvm',	#  | 
					
						
							|  |  |  | 	'LCD_display' : 'edlc',	#  | 
					
						
							|  |  |  | 	'display' : 'edds',	#  | 
					
						
							|  |  |  | 	'modem' : 'edmm',	#  | 
					
						
							|  |  |  | 	'PC_card' : 'ecpc',	#  | 
					
						
							|  |  |  | 	'PCI_card' : 'edpi',	#  | 
					
						
							|  |  |  | 	'NuBus_card' : 'ednb',	#  | 
					
						
							|  |  |  | 	'printer' : 'edpr',	#  | 
					
						
							|  |  |  | 	'speakers' : 'edsp',	#  | 
					
						
							|  |  |  | 	'microphone' : 'ecmi',	#  | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | _Enum_epro = { | 
					
						
							|  |  |  | 	'serial' : 'epsr',	#  | 
					
						
							|  |  |  | 	'AppleTalk' : 'epat',	#  | 
					
						
							|  |  |  | 	'IP' : 'epip',	#  | 
					
						
							|  |  |  | 	'SCSI' : 'ecsc',	#  | 
					
						
							|  |  |  | 	'ADB' : 'eadb',	#  | 
					
						
							|  |  |  | 	'FireWire' : 'ecfw',	#  | 
					
						
							|  |  |  | 	'IrDA' : 'epir',	#  | 
					
						
							|  |  |  | 	'IRTalk' : 'epit',	#  | 
					
						
							|  |  |  | 	'USB' : 'ecus',	#  | 
					
						
							|  |  |  | 	'PC_card' : 'ecpc',	#  | 
					
						
							|  |  |  | 	'PCI_bus' : 'ecpi',	#  | 
					
						
							|  |  |  | 	'NuBus' : 'enub',	#  | 
					
						
							|  |  |  | 	'bus' : 'ebus',	#  | 
					
						
							|  |  |  | 	'Macintosh_video' : 'epmv',	#  | 
					
						
							|  |  |  | 	'SVGA' : 'epsg',	#  | 
					
						
							|  |  |  | 	'S_video' : 'epsv',	#  | 
					
						
							|  |  |  | 	'analog_audio' : 'epau',	#  | 
					
						
							|  |  |  | 	'digital_audio' : 'epda',	#  | 
					
						
							|  |  |  | 	'PostScript' : 'epps',	#  | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # Indices of types declared in this module | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | _classdeclarations = { | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'cadb' : ADB_address, | 
					
						
							| 
									
										
										
										
											2002-01-22 23:22:32 +00:00
										 |  |  | 	'cadr' : address_specification, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'cat ' : AppleTalk_address, | 
					
						
							| 
									
										
										
										
											2002-01-22 23:22:32 +00:00
										 |  |  | 	'cbus' : bus_slot, | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	'cdev' : device_specification, | 
					
						
							| 
									
										
										
										
											2002-01-22 23:22:32 +00:00
										 |  |  | 	'cen ' : Ethernet_address, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'cfw ' : FireWire_address, | 
					
						
							|  |  |  | 	'cip ' : IP_address, | 
					
						
							|  |  |  | 	'clt ' : LocalTalk_address, | 
					
						
							|  |  |  | 	'cscs' : SCSI_address, | 
					
						
							|  |  |  | 	'ctok' : Token_Ring_address, | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	'cusb' : USB_address, | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } |